feat: bump WsWorkunits and WsSMC#4506
Merged
GordonSmith merged 1 commit intohpcc-systems:mainfrom Jan 14, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the WSDL (Web Services Description Language) TypeScript bindings for two HPCC Systems services: WsWorkunits and WsSMC. These are auto-generated TypeScript interfaces and service classes that provide type-safe communication with the HPCC Platform.
Changes:
- Updated WsWorkunits from v2.02 to v2.03 (added 1 line)
- Updated WsSMC from v1.28 to v1.29 (added 14 lines)
- Updated import paths in service wrapper files to reference the new versions
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/comms/src/services/wsdl/WsWorkunits/v2.03/WsWorkunits.ts | New auto-generated TypeScript bindings for WsWorkunits v2.03 service |
| packages/comms/src/services/wsdl/WsSMC/v1.29/WsSMC.ts | New auto-generated TypeScript bindings for WsSMC v1.29 service |
| packages/comms/src/services/wsWorkunits.ts | Updated import to use WsWorkunits v2.03 instead of v2.02 |
| packages/comms/src/services/wsSMC.ts | Updated import to use WsSMC v1.29 instead of v1.28 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com>
ee46f3f to
a91e140
Compare
GordonSmith
approved these changes
Jan 14, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bumping the WSDLs for WsWorkunits and WsSMC
Checklist:
Testing: